Articles by Mukesh Murugan

Local DynamoDB Development with .NET Aspire and .NET 10 Minimal APIs (No AWS Account Required) - codewithmukesh

In this hands-on guide, we'll use .NET Aspire 13, DynamoDB Local, and .NET 10 minimal APIs to build a full CRUD Web API against DynamoDB—without ever touching an AWS account. Then we'll see how to flip a small configuration switch to point the same code to real DynamoDB in AWS.

AWS Local Development with .NET Aspire - Build a Serverless Notifications System - codewithmukesh

In this hands-on guide, we will use .NET Aspire 13 and the latest .NET 10 SDK to build a cloud-ready notifications system that talks to real AWS services like DynamoDB, SNS, and SQS, while keeping the entire local development experience orchestrated from a single Aspire app host.